orientation
Determines the orientation of the polygon based on the sign of its area.
Return
Orientation.COUNTERCLOCKWISE if vertices are ordered counterclockwise, Orientation.CLOCKWISE if ordered clockwise, Orientation.COLLINEAR if the polygon is degenerate (zero area).